home *** CD-ROM | disk | FTP | other *** search
/ Big Cock 7 / Big Cock 7 - Disc 1.iso / pc / m / m3.dxr / 00061.ls < prev    next >
Encoding:
Text File  |  1996-01-01  |  161 b   |  10 lines

  1. on enterFrame
  2.   if the movieRate of sprite 10 = 0 then
  3.     puppetSprite(4, 0)
  4.     puppetSprite(5, 0)
  5.     go(the frame + 1)
  6.   else
  7.     go(marker(0))
  8.   end if
  9. end
  10.